home *** CD-ROM | disk | FTP | other *** search
-
- | -------------------------------------
- | Run file for application : !ARCcount
- | -------------------------------------
-
- Set ARCcount$Dir <Obey$Dir>
- Set Net$Present Yes
- IconSprites <Obey$Dir>.!Sprites
-
- | Loading interface module:
-
- If "<System$Path>"="" then Error 0 System resources cannot be found
- RMEnsure SharedCLibrary 0 RMLoad System:modules.CLib
- RMEnsure InterfaceManager 1.25 RMLoad <Obey$Dir>.Interface
- RMEnsure InterfaceManager 1.25 Error Couldn't load Interface module
-
- | Check for connection to Network:
-
- RMEnsure NetFS 0.00 SET Net$Present No
-
- | Run main program:
-
- WimpSlot -min 64K -max 64K
- Run <Obey$Dir>.!RunImage
-